home *** CD-ROM | disk | FTP | other *** search
- // Spark.h: interface for the Spark class.
- //
- //////////////////////////////////////////////////////////////////////
-
- #if !defined(AFX_SPARK_H__64587100_6AF0_11D4_8DF7_8491A917E13C__INCLUDED_)
- #define AFX_SPARK_H__64587100_6AF0_11D4_8DF7_8491A917E13C__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- class Spark
- {
- public:
- Spark();
- virtual ~Spark();
- void Update();
- void Draw();
- int mystery;
- float position[3];
- float delta[3];
- float color[4];
-
- };
-
- #endif // !defined(AFX_SPARK_H__64587100_6AF0_11D4_8DF7_8491A917E13C__INCLUDED_)
-